home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 103 / XENIATGM103.iso / Shareware / GoLive 5.0 / MM9.Cab / F1527_products.asp.9B3B646D_CB56_4EAE_BAB7_3E7E8E41A649 < prev    next >
Text File  |  2000-08-17  |  5KB  |  104 lines

  1. <!-- #INCLUDE VIRTUAL="/golive/config/include/utils.runtime5.asp" -->
  2. <!-- #INCLUDE VIRTUAL="/golive/config/include/ado.runtime5.asp" -->
  3. <!-- #INCLUDE VIRTUAL="/golive/config/actions/mscommerce.actions5.asp" -->
  4. <html>
  5.  
  6.     <head>
  7.         <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
  8.         <meta name="generator" content="Adobe GoLive 5">
  9.         <title>Adobe Products for Sale</title>
  10.         <% 'Dynamic Link
  11.           set recordSet = CreateObject("ADODB.RecordSet")
  12.           recordSet.Open "SELECT * FROM Products", ConnectString("Adobe")
  13.           set products = WrapRecordSet(recordSet, "ID")
  14.         %><meta name="site-config-URL" content="http://localhost/golive/config/">
  15.     </head>
  16.  
  17.     <body bgcolor="white">
  18.         <table border="0" cellpadding="0" cellspacing="0">
  19.             <tr>
  20.                 <td colspan="2"><img height="40" width="600" src="images/topbar.gif"></td>
  21.             </tr>
  22.             <tr>
  23.                 <td colspan="2"><img height="21" width="600" src="images/homebar.gif"></td>
  24.             </tr>
  25.             <tr height="100">
  26.                 <td height="100" colspan="2"><img height="60" width="410" src="images/buybanner.gif"></td>
  27.             </tr>
  28.         </table>
  29.         <p>
  30.         <table border="0" cellpadding="0" cellspacing="0">
  31.             <tr>
  32.                 <td width="160"></td>
  33.                 <td><font color="#cc0000" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" size="4"><b>Buy Adobe Products</b></font>
  34.                     <p><b>Get the latest versions of your Adobe(R) applications, and reap the benefits!</b> Now you can purchase some of our most popular applications and application upgrades directly from Adobe. Simply click the <i>Add to Cart</i> button to add an item to your shopping cart.</p>
  35.                     <p><a href='cart.asp?<%=URLArgs()%>'><img alt="View Your Shopping Cart" border="0" height="15" src="images/view.gif" width="142"></a></td>
  36.             </tr>
  37.             <tr height="48">
  38.                 <td width="160" height="48"></td>
  39.                 <td height="48"></td>
  40.             </tr>
  41.         </table>
  42.         </p>
  43.         <p>
  44.         <table border="0" cellpadding="0" cellspacing="0">
  45.             <% products.MoveFirst %>
  46.                 <% while not products.EOF %>
  47.                 <tr>
  48.                 <td width="32"></td>
  49.                 <td width="128"><img height="88" width="80" src='<%=products.Value("Image")%>'></td>
  50.                 <td>
  51.                     <hr>
  52.                     <font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" size="4"><b><%=products.Value("name")%></b></font><br>
  53.                     <span><%=products.Value("TagLine")%></span>
  54.                     <p><font size="2"><span><%=products.Value("SkuDescription")%></span></font></p>
  55.                     <p><font size="2"><span><%=products.Value("ReadMe")%></span></font></td>
  56.                 <td valign="top">
  57.                     <hr>
  58.                     <form action='/golive/config/actions/mscommerce.actions5.asp?<%=URLArgs("$success_dest", "cart.asp")%>' method="post">
  59.                         <input type="submit" value="Add to Cart" name="$AddToCart" <%=SetupAddToCart("!!!UnknownContentSource!!!", false, products.Value("sku"), "cart.asp")%>>
  60.                     </form>
  61.                 </td>
  62.             </tr>
  63.                 <% products.MoveNext %>
  64.                 <% wend %>
  65.             </table>
  66.         </p>
  67.         <p>
  68.         <table border="0" cellpadding="0" cellspacing="0" width="100%">
  69.             <tr>
  70.                 <td colspan="2">
  71.                     <center>
  72.                         <h5>
  73.                         <hr>
  74.                         | <a href="home.asp?<%=URLArgs()%>">Home</a> | <a href="products.asp?<%=URLArgs()%>">Products</a> | News | Support | About Adobe |
  75.                         <hr>
  76.                         </h5>
  77.                     </center>
  78.                 </td>
  79.             </tr>
  80.             <tr height="48">
  81.                 <td height="48" colspan="2"></td>
  82.             </tr>
  83.             <tr>
  84.                 <td width="160"></td>
  85.                 <td><font size="2">Copyright © 1999-2000 Adobe Systems Incorporated.</font>
  86.                     <p><font size="2">All rights reserved.<br>
  87.                     Legal notices and trademark attributions.<br>
  88.                     Online Privacy Policy.</font></td>
  89.             </tr>
  90.         </table>
  91.     </body>
  92.  
  93. </html>
  94. <% if 0 then %>
  95. <!-- Mock Content
  96.    products:<TABLE> {<tr><td width="32"></td><td width="128"><img height="88" width="80" src="images/ducky.jpg"></td><td><hr><font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" size="4"><b>Ol' Yeller</b></font><br><span>Grandpa's favorite</span><p><font size="2"><span>Yellow only $100</span></font></p><p><font size="2"><span>They don't make them like they used to! Cavemen made paintings of these ducks long before today's synthetic rubber. Each duck is custom made by our duck artist "Oog" in the style of the original cave painters.</span></font></td><td valign="top"><hr><form method="post"><input type="submit" value="Add to Cart"></form></td></tr>}
  97.    products:Image {images/ducky.jpg}
  98.    products:name {Classic Quacker}
  99.    products:TagLine {The duck of your dreams}
  100.    products:SkuDescription {Original yellow $100.00<br>Extra crispy $50.00}
  101.    products:ReadMe {Get yours today! The Classic Quacker is a surefire collectors item that your kids will enjoy for years to come.}
  102. -->
  103. <% end if %>
  104.